home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Nov 89 / 0047-Bug in TTranscriptVi-Nov89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  862 b   |  39 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    5498371                         6-Nov-89        06:48
  4.  
  5. From:   NOR0042                         NOD Data Nostra
  6.  
  7. To:     APPLE.BUGS                      Apple Bugs Reporting
  8.         MACAPP.TEST                     MacApp SQA Team
  9.  
  10. cc:     MACAPP.TECH$                    MacApp Technical
  11.  
  12. Sub:    Bug in TTranscriptView
  13.  
  14. There may be a bug in MacApp 2.0B9.
  15. File UTranscriptView.inc1.p; Line 97
  16.  
  17. In TTranscriptView.InstallTextStyle the statements:
  18.  
  19.     GetPort (savePort);
  20.     SetPort (gWorkPort);
  21.         ...
  22.     GetPort (savePort);
  23.  
  24. should probably be:
  25.  
  26.     GetPort (savePort);
  27.     SetPort (gWorkPort);
  28.         ...
  29.     SetPort (savePort);
  30.  
  31. It hasn't caused me any harm, but the construction looks strange to me.
  32.  
  33.         Regards,
  34.         Sigmund Tveit
  35.         Data Nostra A/S
  36.         Oslo, Norway
  37.  
  38.  
  39.